|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrolesystem.roles.auction.Money
public class Money
This class represents a payment. Instances of this class are constant, once created they cannot be changed.
| Constructor Summary | |
|---|---|
Money(Price amount)
|
|
| Method Summary | |
|---|---|
Price |
getAmount()
Returns the amount of this payment. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Money(Price amount)
amount - Amount of payment.| Method Detail |
|---|
public Price getAmount()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||